| Method | Request URI |
|---|---|
| GET | /API/Export/Result/{0}/?id=value&isDownloadLink=value&sessionId=value |
| URI Parameter | Description |
|---|---|
| id | The export result ID. |
| isDownloadLink | A value which indicates whether the response should have a content disposition for interactive downloading. True by default. |
| sessionId | Current session ID. Specifying via an Authorization request header instead is recommended. |
| Authorization: Bearer <Current session ID> |